@font-face {
    font-family: open-sans;
    src: url(fonts/OpenSans-Light.ttf);
}


html { 
    font-size: 100%; 
    overflow-y: scroll; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
}

body { 
    margin: 0; 
    font-size: 100%; 
    line-height: 1.231; 
}

body, button, input, select, textarea { 
    font-family: open-sans, helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif; 
    font-family: open-sans;
    font-weight: 100;
    color: #909090;  }

img { 
    border: 0; 
    -ms-interpolation-mode: bicubic; 
    vertical-align: middle; 
}

.image {
    display: block;
}

a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: inherit;
}


#logo {
    width: 100px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#reserved {
    font-size: 16px;
    text-align: center;
    margin:5% 20px 10% 20px;
}

#services {
    text-align: center;
    padding: 0px;
}

#services .icon {
    margin: 0px auto;
    width:90px;
}


#services li a {
    display: block;
    padding: 10px 5px 5px 5px;
    font-size: 0.8em; 
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#services li a:hover, #services li a:focus {
    background-color: #f5f5f5;
}

#services .service {
    display: inline-block;
    width: 200px;
}

#services .service label {
    display: block;
    margin-top: 10px;
}

#company {
    text-align:center;
    margin-top:10px;
    font-size: 22px;
    line-height: 30px;
    color: rgb(20, 156, 202);
}

#contact {
    text-align:center;
    letter-spacing: 0.03em;
    font-size:12px;
}


#thawte_logo, #sidn_logo {
    float: right;
    margin: 0% 50px 20px 10px;
    height: 30px;
}

#thawte_logo {
   margin-right: 1%;
}

#partners{
 margin-top: 40px;
 width:100%;
}


@media screen and (min-height: 732px) and (min-width: 415px) {
    #partners {
        position: fixed;
        bottom: 0px;
    }
}

@media screen and (max-width: 615px) {
    
    #services {
     margin-top: 15%;   
    }
    
    #partners {
        text-align: center;
    }
    
    #thawte_logo, #sidn_logo {
        float:none;
        margin-top: 20%;
    }
    
}