#fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-align: left;
    background-color: white;
    padding: 30px;
    padding-bottom: 10px;
    border-radius: 25px;
    max-width: 100%;
	box-shadow: 5px 5px 10px black ;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: black;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 25px;
    transition: 0.5s;
	box-shadow: 5px 5px 10px black ;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: white;
    background-color: #2f2f2f;
	transition:0.5s ;
	border-radius:25px ;
}

.fcf-btn-primary:hover {
    color: white;
	background-color: cornflowerblue;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

.container
{


}

body {
background: url(colums.jpg);
  background-repeat: no-repeat;
  background-size: 1500px 3100px;
color:black ;
font-family:copperplate, gothic ;
text-align:center ;
cursor:default ;
}
html {
  scroll-behavior: smooth;
}
#section1 {
  
  background-color: transparent;
  margin: auto;

outline: solid black 1px ;
padding: 5px;
width:90%;
}

#section2 {
  
  background-color: transparent;
  margin: auto;
  width:80%;

outline: solid black 1px ;
padding: 5px;
width:90%;
}
#link-button {
  background-color: lightgrey;
  color: black;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none ;
  display: inline-block;
  

}

#link-button:hover {
  background-color: grey;
  color: lightgrey;
  padding: 14px 25px;
  text-align: center;
  text-decoration: underline 2px solid lightgrey ;
  display: inline-block;
  transition:0.5s ;
  border-radius:5px ;
}
#section3 {
  
  background-color: transparent;
  margin: auto;
  width:80%;

outline: solid black 1px ;
padding: 5px;
width:90%;
}

#section4 {
  
  background-color: transparent;
  margin: auto;
  width:80%;

outline: solid black 1px ;
padding: 5px;
width:90%;
}

#section5 {
  
  background-color: transparent;
  margin: auto;
  width:80%;

outline: solid black 1px ;
padding: 5px;
width:90%;
}

.navbar {
  overflow: hidden;
  background-color:#2f2f2f ;
  border-radius:25px ;
  box-shadow: 5px 5px black ;
  margin:10px ;
  text-align:center ;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition:0.5s ;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: cornflowerblue;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 5px 5px 10px black ;
  z-index: 1;
  color:white ;
  border-radius: 0px 25px 25px 25px ;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-radius: 0px 25px 25px 25px ;
}

.dropdown-content a:hover {
  background-color: grey;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#linkylink {
  color:cornflowerblue ;
  text-decoration:none ;
  cursor:pointer ;
  transition:0.5s ;
}

#linkylink:hover {
  color:blue ;
  text-decoration: underline 1px solid black ;
}

#btt {
  background-color:black ;
  color:blue ;
  border-radius:25px ;
  box-shadow: 5px 5px 10px black ;
  padding:10px ;
  margin:10px ;
  text-decoration:none ;
  transition:0.5s ;
  cursor:pointer ;
}

#btt:hover {
background-color:white ;
color:red ;
}