

/*to use later*/

/*.jumbotron {
background-image: url('../images/homebanner.jpg');
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
height: 646px;
color: white;
vertical-align: middle;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    
}
/* to use later
.logo{
    margin-top: 40px;
}

*/

body{
    font-family: 'Roboto', sans-serif;
     
}


/* logo */

.navbar-brand{
    width: 131px;
    height: 112px;
    padding: 0;
    margin: 0;
    padding-top: 15px;
}

/* end logo */

/* navigation */

.navbar-default{
    background: none;
    border: none;
    padding: 0 0 5px 0;
    
}

.navbar-default .navbar-nav>li>a{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #95a5a6;
    text-align: center;
    padding: 11px 5;
}

.navbar-default .navbar-nav>li>a:hover{
        color: greenyellow;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: white;
    background: none;
    outline: none;
    
}

.navbar-toggle{
    border: none;
    margin-top: 0;
    margin-right: 0;
    width: 32px;
    height: 32px;
    text-align: center;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: none;
    outline: none;
    border: none;
}


.navbar-default .navbar-collapse{
    border: none;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
}

/* end navigation */

/* responsive part */

@media(min-width:786px){
    .navbar-default .navbar-collapse {background: none;}
    .navbar-default .navbar-nav {float: right}
    .navbar-default .navbar-nav>li{ margin-left: 30px; }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
        border-bottom: 2px solid #fff;}
    .navbar-default .navbar-nav>li>a{ padding: 9px 0 0 0; }
}

/* end responsive part */


.h1{
    font-weight: 1000;
    text-shadow: 15px #ff0000;
    
}

 h1{
    font-family: 'Patua One', cursive;
    }

.main{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.headerpadding{
    padding-left: 20px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}

h2{
     font-family: 'Patua One', cursive;
}



.hr {
  color: #606060;

}

h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 36px;
    font-weight: bold;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
       
}

h3{
     font-family: 'Patua One', cursive;
}

p{
    font-family: 'Kanit', sans-serif;
}


