@charset "UTF-8";
body{
    margin: 0;
    padding: 0;
    background-color: #cccccc;
    color: #333333;
    font-size: 15px;
    line-height: 2;
    background-image: url(../img/sample01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

p,h1,h2,h3,h4,h5{
    margin-top: 0;
}

img{
    vertical-align: bottom;
}

ul{
    margin: 0;
    padding: 0;
}

a{
    color: #3583aa;
    text-decoration: none;
}

a:visited{
    color: #788d98;
    text-decoration: underline;
}

header{
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

.logo{
    color: white;
    float: left;
    margin-top: 50px;
    margin-left: 20px;
}

.global-nav{
    float: right;
    margin-top: 60px;
    margin-right: 20px;
}

.global-nav li{
    float: left;
    margin: 0 20px;
    font-size: 20px;
    list-style: none;
}

.global-nav li a{
    color: #ffffff;
}

.global-nav li a:hover{
    border-bottom: 2px solid #ffffff;
    padding-bottom: 3px;
    text-decoration: none;
}

.wrap{
    clear: both;
    margin: 0 20px;
}

.content{
    width: 100%;
    margin: 150px auto 0 auto;
}

h1{
    font-size: 100px;
    line-height: 1;
    color: #ffffff;
    font-family: 'Bitter', serif;
    margin-bottom: 50px;
}

p{
    font-size: 16px;
    color: #ffffff;
}

.btn a{
    background-color: #009cd3;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Bitter', serif;
    width: 185px;
    display: block;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    border-radius: 5px;
    border: 3px solid #009cd3;
}

.btn a:hover{
    text-decoration: none;
    background-color: #ffffff;
    color: #009cd3;
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

footer{
    color: white;
    width: 100%;
    text-align: left;
    margin: 150px auto 0 auto;
}