*
{
    margin: 0;
    padding: 0;
}

body
{
    
    font-family: monospace;
    <!--
    /*background-image: url("pic1.jpg");*/
    background-image:linear-gradient(rgba(0,1,0,0.1),rgba(0,1,0,0.1)),url(pic1.jpg);
    height: 350%;   /* Set (adjust) height of boundry of content*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: repeat-y;
    
    max-width: 1000px;
    min-width: 1000px;
    margin: auto;
    border: 1px solid black;
    -->
}

/*
body{
    
    background-repeat: no-repeat;
    background-attachment: fixed;
}
*/

.row
{
    max-width: 1000px;
    min-width: 1000px;
    margin: auto;
}

.main-nav
{
    float: right;
    list-style: none;
    margin-top: 20px;
}
.main-nav li
{
    display: inline-block;
}

.main-nav li.active a
{
    border: 1px solid black;
    
}

.main-nav li a:hover
{
    border: 1px solid white;
}


.main-nav li a
{
    color: black;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}




header
{
    overflow: hidden;
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(pic1.jpg);
    height: 145px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: ;
}






.button
{
    margin-top: 30px;
    margin-left: 440px;
}

.btn
{
    border: 1px solid white;
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    margin-right: 5px;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-one
{
    background-color: darkorange;
    font-family: "Roboto", sans-serif;
}

.btn-two
{
    font-family: "Roboto", sans-serif;
}


.btn-two:hover
{
    background-color: darkorange;
    transition: all 0.5s ease-in;
    
        
}

.logo img
{
    width: 120px;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}


.NameHead a
{
    color: black;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
}

.NameHead a2
{
    color: black;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
}
.NameHead
{
    float: left;
    list-style: none;
    margin-top: 30px;
    margin-left: 0px;
}

.content
{
    overflow: hidden;
    /*height: 50px;*/
    
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
}

.contentwid
{
    max-width: 1000px;
    min-width: 1000px;
    margin: auto;
}

selectedmenu
{
    overflow: hidden;
    height: 40px;
}

.selectedmenu
{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-top: 20px;
}
.selectedmenu a
{
    color: black;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    border: 1px solid black;
}


h1
{
    color: white;
    /*text-transform: uppercase;*/
    font-size: 50px;
    text-align: justify;
    margin-top: 0px;
    margin-left: 20px;
    
}

.FrontImage
{
    float: left;
    max-width: 1000px;
    min-width: 1000px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.FrontImage img
{
    width: 200px;
    height: auto;
    margin-left: 100px;
    margin-top: 20px;
}



.ContactInfo1 a
{
    color: black;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
}
.ContactInfo1 a2
{
    color: black;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}
.ContactInfo1
{
    float: right;
    list-style: none;
    margin-top: 00px;
    margin-right: 100px;
    text-align: right;
}


.ContentA
{
    max-width: 1000px;
    min-width: 900px;
    float: left;
    list-style: none;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}
.ContentA
{
    color: black;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}


.CV
{
    float: left;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: right;
    
    color: black;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}


.WebPage
{
    float: right;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: right;
    
    color: black;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}



.PubList ol
{
    margin-left: 50px;
    margin-bottom: 20px;
}


