/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */



/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

body {
  background-color: rgba(060, 080, 100, 255);
 
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgb(070, 090, 070);
    color: white;
   
    background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}


.header-image {
  display: block;
   margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

section {
    padding-top: 25px;
    padding-bottom: 75px;    
}


div.background {
	box-shadow: 0 04px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
  background: rgba(255, 255, 255, .85);
}

div.backgroundf {
	box-shadow: 0 04px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
  background: rgba(220, 220, 220, .85);
}

div.transbox p {
 
  margin: 5%;
  font-weight: bold;
  color: rgb(0, 0, 0);
}


div.image1 {
  padding-top: 20px;
  padding-bottom: 20px;
  position:center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
   
}

img {
	border-style: solid;
  border-radius: 50%;
  box-shadow: 0 04px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
}

div.visuals {
	padding-top: 0px;
  padding-bottom: 20px;
 border-style: solid;
    font-weight: bold;
  font-color: rgb(0, 0, 0);    
    }

div.picbutton {
	border-style: double;
	color: rgb(200, 200, 200);
}

h1 {
    font-family: orator-std, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 2px;
    text-shadow: 10px 2px black;
    color: white;
    background: rgba(255, 255, 255, 0) /* white background with 0% opacity */
}


h2 {
    font-family: orator-std, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-shadow: 0px 2px black;
    margin-top: 100px;
    margin-bottom: 30px;
    color: white;
    background: rgba(255, 255, 255, 0) /* white background with 0% opacity */
}

h3 {
    font-size: 18px;
    font-family: ariel;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
     color: black;
}

h4 {
    font-size: 18px;
    font-family: ariel;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
     color: black;
}



h5 {
    font-size: 18px;
    font-family: ariel;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
     color: white;
}
       
h6 {
    font-size: 14px;
    font-family: ariel;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
     color: white;
}

h7 {
    font-family: ariel;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: black;
    background: rgba(0, 0, 0, 0) /* black background with 0% opacity */
}

.header-wrapper {
    text-align: center;
    width: 100%;
    height: auto;
}


.live a {
    color: black;
}
.live a:hover {
    color: grey;
}

	
	
	
	
  

